home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / 07_02.iso / bonus / freesoft / files / uzsetup.exe / {app} / uzip.exe / 0 / RCDATA / TFRMUNPASS / TFRMUNPASS.txt
Encoding:
Text File  |  2002-05-23  |  1.8 KB  |  97 lines

  1. object frmUnPass: TfrmUnPass
  2.   Left = 315
  3.   Top = 291
  4.   BorderStyle = bsDialog
  5.   Caption = 'Password'
  6.   ClientHeight = 104
  7.   ClientWidth = 322
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   OnActivate = FormActivate
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblPass: TLabel
  20.     Left = 8
  21.     Top = 8
  22.     Width = 64
  23.     Height = 13
  24.     Caption = '&Password for:'
  25.     FocusControl = edtPass
  26.   end
  27.   object lblFN: TLabel
  28.     Left = 72
  29.     Top = 8
  30.     Width = 24
  31.     Height = 13
  32.     Caption = 'lblFN'
  33.   end
  34.   object edtPass: TEdit
  35.     Left = 8
  36.     Top = 24
  37.     Width = 225
  38.     Height = 21
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -11
  42.     Font.Name = 'MS Sans Serif'
  43.     Font.Style = []
  44.     ParentFont = False
  45.     PasswordChar = '*'
  46.     TabOrder = 0
  47.     OnChange = edtPassChange
  48.   end
  49.   object cbMask: TCheckBox
  50.     Left = 8
  51.     Top = 80
  52.     Width = 97
  53.     Height = 17
  54.     Caption = '&Mask Password'
  55.     Checked = True
  56.     State = cbChecked
  57.     TabOrder = 1
  58.     OnClick = cbMaskClick
  59.   end
  60.   object btnHelp: TButton
  61.     Left = 240
  62.     Top = 72
  63.     Width = 75
  64.     Height = 25
  65.     Caption = '&Help'
  66.     TabOrder = 4
  67.     OnClick = btnHelpClick
  68.   end
  69.   object btnCancel: TButton
  70.     Left = 240
  71.     Top = 40
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 3
  78.     OnClick = btnCancelClick
  79.   end
  80.   object btnOk: TButton
  81.     Left = 240
  82.     Top = 8
  83.     Width = 75
  84.     Height = 25
  85.     Caption = '&OK'
  86.     Enabled = False
  87.     ModalResult = 1
  88.     TabOrder = 2
  89.     OnClick = btnOkClick
  90.   end
  91.   object FormCenter1: TFormCenter
  92.     Center = True
  93.     Left = 200
  94.     Top = 64
  95.   end
  96. end
  97.